type golang.org/x/tools/go/packages.parseValue

4 uses

	golang.org/x/tools/go/packages (current package)
		packages.go#L553: 	parseCache   map[string]*parseValue
		packages.go#L566: type parseValue struct {
		packages.go#L574: 		parseCache: map[string]*parseValue{},
		packages.go#L1109: 		v = &parseValue{ready: make(chan struct{})}